Skip to content

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 2, 2020

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
ky 0.16.2 -> 0.33.3 age confidence

Release Notes

sindresorhus/ky (ky)

v0.33.3

Compare Source

  • Fix compatibility with native Fetch being disabled on Node.js (#​494) 00e45d0

v0.33.2

Compare Source

v0.33.1

Compare Source

  • Fix compatibility with Unidici ae2fe07

v0.33.0

Compare Source

v0.32.2

Compare Source

v0.32.1

Compare Source

  • Don't return empty string for .json() if Transfer-Encoding is chunked (#​464) 195e0e2

v0.32.0

Compare Source

v0.31.4

Compare Source

  • Fix Firefox compatibility for the onDownloadProgress option bccbfdb

v0.31.3

Compare Source

  • Fix Node.js compatibility 0b141f1

v0.31.2

Compare Source

v0.31.1

Compare Source

  • Fix copying response body with 204 status code when using onDownloadProgress (#​444) d48ed95

v0.31.0

Compare Source

Breaking
  • Require Node.js 14 when used in Node.js e557973
Improvements
Fixes
  • Fix response details getting lost when using onDownloadProgress (#​441) f34fb1f

v0.30.0

Compare Source

  • Allow overriding Content-Type header for JSON requests (#​429) d00864f

v0.29.0

Compare Source

v0.28.7

Compare Source

v0.28.6

Compare Source

v0.28.5

Compare Source

  • Export more TypeScript types ad991fa

v0.28.4

Compare Source

v0.28.3

Compare Source

v0.28.2

Compare Source

v0.28.1

Compare Source

v0.28.0

Compare Source

Breaking
  • Make HTTPError and TimeoutError named exports 6ec7fd7
Improvements
Fixes
  • Fix merging of searchParams in .create() and .extend() (#​335) b3c9e88
  • Throw timeouts even if throwHttpErrors option is false (#​334) eefcde5
Meta

v0.27.0

Compare Source

v0.26.0

Compare Source

Breaking
Improvements
Fixes
  • Fix aborting when onDownloadProgress throws an exception (#​301) 87c94fd
  • Fix support for ky.stop as return type in BeforeRetryHook TypeScript type (#​307) b86ff0a
  • Fix BeforeRetryHook and NormalizedOptions TypeScript type definitions (#​308) 5da3da0
Docs

v0.25.1

Compare Source

v0.25.0

Compare Source

Possibly breaking for TypeScript users
  • Fix Deno and React Native compatibility (#​295) 2bff89a
    • If you use TypeScript and don't already include the dom library in your tsconfig, you need to do this now.
Improvements

v0.24.0

Compare Source

Breaking
  • Remove response property for the first argument passed to beforeRetry hooks (#​276) 9876da1
    You can access it on error.response instead. See #​276 for details.
Fixes
  • Fix handling of network errors for beforeRetry hook (#​276) 9876da1

v0.23.0

Compare Source

v0.22.0

Compare Source

v0.21.0

Compare Source

v0.20.0

Compare Source

v0.19.1

Compare Source

  • Fix the NormalizedOptions.headers TypeScript type (#​243)
  • Ensure HTTPError always has a defined message (#​249)

v0.19.0

Compare Source

  • Add TimeoutError and HTTPError to ky TypeScript namespace (#​241) 9c9dfe9
  • Delete Content-Type header for multipart requests (#​211) d547e89

v0.18.0

Compare Source

  • Fix request cancellation on timeout (#​238) 041e935
  • Add response to beforeRetry hook and change its parameter to be a single object (#​201) 3f3e14d
    • Migrate:
-(request, options, error, retryCount) => {
+({request, response, options, error, retryCount}) => {

v0.17.0

Compare Source

Breaking
  • Require Node.js 10 if you use it in Node.js 7c1d371
  • Move named exports to properties of default export (#​206) cf6ca95
    • HTTPError and TimeoutError are now properties on the default export ky instead of individual named exports.
    • If you use the UMD build, you no longer need the .default property: const ky = require('ky/umd').default;const ky = require('ky/umd');
Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Author

renovate bot commented Feb 2, 2020

Branch automerge failure

This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/ky-0.x branch from 47ab53e to ebf3a54 Compare February 27, 2020 20:49
@renovate renovate bot changed the title fix(deps): update dependency ky to v0.17.0 fix(deps): update dependency ky to v0.18.0 Feb 27, 2020
@renovate renovate bot force-pushed the renovate/ky-0.x branch from ebf3a54 to 7c78729 Compare March 6, 2020 15:31
@renovate renovate bot changed the title fix(deps): update dependency ky to v0.18.0 fix(deps): update dependency ky to v0.19.0 Mar 6, 2020
@renovate renovate bot force-pushed the renovate/ky-0.x branch from 7c78729 to f03223e Compare May 2, 2020 00:04
@renovate renovate bot changed the title fix(deps): update dependency ky to v0.19.0 fix(deps): update dependency ky to v0.19.1 May 2, 2020
@renovate renovate bot force-pushed the renovate/ky-0.x branch from f03223e to 8321553 Compare July 2, 2020 05:09
@renovate renovate bot changed the title fix(deps): update dependency ky to v0.19.1 Update dependency ky to v0.20.0 Jul 2, 2020
@renovate renovate bot force-pushed the renovate/ky-0.x branch from 8321553 to af42387 Compare July 12, 2020 13:59
@renovate renovate bot changed the title Update dependency ky to v0.20.0 Update dependency ky to v0.21.0 Jul 12, 2020
@renovate renovate bot force-pushed the renovate/ky-0.x branch from af42387 to 344f7ad Compare July 17, 2020 13:48
@renovate renovate bot changed the title Update dependency ky to v0.21.0 Update dependency ky to v0.22.0 Jul 17, 2020
@renovate renovate bot force-pushed the renovate/ky-0.x branch from 344f7ad to b2e697d Compare July 21, 2020 07:33
@renovate renovate bot changed the title Update dependency ky to v0.22.0 Update dependency ky to v0.23.0 Jul 21, 2020
@renovate renovate bot force-pushed the renovate/ky-0.x branch from b2e697d to 70d0870 Compare October 29, 2020 05:09
@renovate renovate bot changed the title Update dependency ky to v0.23.0 fix(deps): update dependency ky to v0.24.0 Oct 29, 2020
@renovate renovate bot force-pushed the renovate/ky-0.x branch from 70d0870 to 5a9a40d Compare November 28, 2020 13:03
@renovate renovate bot changed the title fix(deps): update dependency ky to v0.24.0 fix(deps): update dependency ky to v0.25.0 Nov 28, 2020
@renovate renovate bot force-pushed the renovate/ky-0.x branch from 5a9a40d to a830e9a Compare December 9, 2020 17:03
@renovate renovate bot changed the title fix(deps): update dependency ky to v0.25.0 fix(deps): update dependency ky to v0.25.1 Dec 9, 2020
@renovate renovate bot force-pushed the renovate/ky-0.x branch from a830e9a to 580b6ed Compare January 9, 2021 11:52
@renovate renovate bot changed the title fix(deps): update dependency ky to v0.25.1 fix(deps): update dependency ky to v0.26.0 Jan 9, 2021
@renovate renovate bot force-pushed the renovate/ky-0.x branch from 580b6ed to 4deb59a Compare April 26, 2021 16:36
@renovate renovate bot changed the title fix(deps): update dependency ky to v0.26.0 fix(deps): update dependency ky to v0.27.0 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/ky-0.x branch from 4deb59a to f6f145f Compare May 9, 2021 23:03
@renovate renovate bot changed the title fix(deps): update dependency ky to v0.27.0 fix(deps): update dependency ky to v0.28.0 May 9, 2021
@renovate renovate bot force-pushed the renovate/ky-0.x branch from f6f145f to e64cd3e Compare May 15, 2021 19:31
@renovate renovate bot changed the title fix(deps): update dependency ky to v0.28.0 fix(deps): update dependency ky to v0.28.1 May 15, 2021
@renovate renovate bot force-pushed the renovate/ky-0.x branch from e64cd3e to 779a05b Compare June 6, 2021 21:01
@renovate renovate bot changed the title fix(deps): update dependency ky to v0.28.1 fix(deps): update dependency ky to v0.28.5 Jun 6, 2021
@renovate renovate bot force-pushed the renovate/ky-0.x branch from 779a05b to 603bac9 Compare October 18, 2021 15:13
@renovate renovate bot changed the title fix(deps): update dependency ky to v0.28.5 fix(deps): update dependency ky to v0.28.6 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/ky-0.x branch from 603bac9 to ab4af5b Compare March 7, 2022 10:50
@renovate renovate bot changed the title fix(deps): update dependency ky to v0.28.6 fix(deps): update dependency ky to v0.30.0 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/ky-0.x branch from ab4af5b to ab986de Compare June 23, 2022 23:07
@renovate renovate bot changed the title fix(deps): update dependency ky to v0.30.0 fix(deps): update dependency ky to v0.31.0 Jun 23, 2022
@renovate renovate bot changed the title fix(deps): update dependency ky to v0.31.0 fix(deps): update dependency ky to v0.31.3 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/ky-0.x branch from a85b425 to 1e2e55a Compare November 20, 2022 20:42
@renovate renovate bot force-pushed the renovate/ky-0.x branch from 1e2e55a to 219e6f9 Compare March 17, 2023 01:48
@renovate renovate bot changed the title fix(deps): update dependency ky to v0.31.3 fix(deps): update dependency ky to v0.33.3 Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants